Full Period

Full period calculations can be applied on a dateKey hierarchy that has a level type of Date (red highlight below). Selecting a dateKey hierarchy from the Time Intelligence wizard exposes the Periods column, containing Full Period calculations, and the Parallel Period column, containing Parallel Period calculations.

Full Period: these calculations return a list of dates from the chosen full period of the given date. For instance, creating a Full Month calculation, and selecting a date of August 3 2019 will return a list of all dates in August 2019. However, selecting August 3 2019 from a Full Quarter list will return a list of all dates in Q3 2019.

Full Period functions generate the following elements:

  • A parameter, which is used to inject a date into the query at runtime.
  • Custom calculations, which return the total for the given full period when added to the query.
  • Custom lists, which return a list of all dates in the given full period.

Parallel Period: returns a list of dates from the full period prior to the period of the given date. For example, selecting August 3 2019 from a full month list will return a list of all dates in July 2019.

Full Period functions generate the following elements:

  • A parameter, which is used to inject a date into the query at runtime.
  • Full Period custom calculations, which return a the total for the given full period when added to the query.
  • Full Period custom lists, which return a list of all dates in the given full period.
  • Parallel Period custom calculations, which return the total for the parallel period prior to the given full period.
  • Parallel Period custom lists, which return a list of all dates in the parallel period prior to the given full period

Examples